home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / pc / toc.dir / Internal_107_BACK toggle.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  393 b   |  20 lines

  1. on mouseDown
  2.   puppetSprite(33, 1)
  3.   set the memberNum of sprite 33 to the number of member "BACK ON"
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp
  8.   global rootpath
  9.   set the memberNum of sprite 33 to the number of member "BACK OFF"
  10.   updateStage()
  11.   puppetSprite(33, 0)
  12.   unsetQT(5)
  13.   sound stop 1
  14.   sound stop 2
  15.   puppetSound(0)
  16.   set the timeoutScript to EMPTY
  17.   SetReturn()
  18.   go("cafe", "TOC.Dir")
  19. end
  20.